/*header top*/
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{color:#428bca;}
.dropdown-menu > li > a,.dropdown-menu > li > a,.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {color:#428bca;}
.dropdown-menu a{font-size:16px;color:#428bca;text-align:center;}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
    color:#428bca;
}
@media screen and (min-width:1220px){
    .nav-li:hover .dropdown-menu{display:block;}
}

@media screen and (max-width:767px){
    .header-detail-nav{display:none !important;}
}
.top{background:#0377c2;height:32px;}
.top-ul{padding-left:0;margin-bottom:0;height:100%;list-style:none;cursor:pointer;}
.top-li{height:100%;width:130px;line-height:32px;line-height:32px\9;float:right;text-align:center;color:#fff;}
.top-li-left{float:left;line-height:32px;line-height:32px\9;}
.top-li-left .top-a,.top-li-left .top-a:hover,.top-li-left .top-a:focus{color:#fff;}
.overflow-top{position:relative;height:100%;z-index:3;}
.language-select .overflow-top{background:#f8862f;}
.web-phone .overflow-top{padding:0 16px;background:#258DD8;}
.content-phone{vertical-align:middle;font-size:16px;}
.content-phone-icon{display:inline-block;width:20px;height:20px;vertical-align:middle;background:url(../img/ico.png) 0px -20px;}
.moblie-phone{display:none;}
.language-select{position:relative;width:130px;background:#f8862f;cursor:default;}
.language-select-content{line-height:32px; line-height:32px\9;}
.language-select-ul{position:absolute;left:0;top:-62px;width:100%;padding-left:0;margin-bottom:0;list-style:none;background-color:#f7f7f7;border-left:1px solid #e6e6e6;border-right:1px solid #e6e6e6;border-bottom:2px solid #f8862f;line-height:2.2em;line-height:2.2em\9;box-sizing:border-box;z-index:1;
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
.language-select-li:hover{background:#EAEAEA;}
.language-icon{display:inline-block;width:20px;height:22px;vertical-align:middle;background:url(../img/ico.png) -40px 0;}
.top-a:hover,.top-a:focus{text-decoration:none;}
.web-search{padding-left:14px;background:#FFB840;}
.web-search-submit{display:inline-block;padding:0 16px 0 6px;height:100%;line-height:32px;line-height:32px\9;}
.web-search-icon{display:inline-block;width:21px;height:22px;vertical-align:middle;background:url(../img/ico.png) 0 22px;}
.web-search-text{width:0;text-indent:0.5em;line-height:20px;line-height:20px\9;border:none;outline:none;color:#222;}
.micro-blog{padding:0 16px;background:#258DD8;}
.micro-blog .top-a,.micro-blog .top-a:hover,.micro-blog .top-a:focus{color:#fff;}
.micro-blog-icon{display:inline-block;width:20px;height:20px;vertical-align:middle;background:url(../img/ico.png) -20px 0;}
.web-phone-icon{display:inline-block;width:20px;height:20px;vertical-align:middle;background:url(../img/ico.png) 0 0;}
.web-phone{position:relative;border-right:1px solid #ccc;}
.web-phone .top-a,.web-phone .top-a:hover,.web-phone .top-a:active{color:#fff;}
.web-phone-weixin{position:absolute;top:-97px;left:0;width:100%;border: 1px solid #ccc;border-top:none;z-index:1;
    -webkit-transition:top 0.3s;
    -moz-transition:top 0.3s;
    -ms-transition:top 0.3s;
    -o-transition:top 0.3s;
    transition:top 0.3s;
}
.web-phone-weixin-hover{top:32px;}
.language-select-ul-hover{bottom:inherit;top:32px;}
.web-search-text-hover{width:200px;}
.language-select:hover .language-select-ul{bottom:inherit;top:32px;}
.web-phone:hover .web-phone-weixin{top:32px;}
.web-search:hover{width:inherit;}
.web-search:hover .web-search-text{width:200px;
    -webkit-transition:width 0.3s;
    -moz-transition:width 0.3s;
    -ms-transition:width 0.3s;
    -o-transition:width 0.3s;
    transition:width 0.3s;
}
@media screen and (max-width:992px){
    .web-phone{display:none;}
    .micro-blog{display:none;}
}
@media screen and (max-width:768px){
    .web-search{width: inherit;}
    .web-search-text{width:200px;}
    .top .container{width:100%;padding:0;}
    .content-phone{padding-left:6px;}
    .pc-phone{display:none;}
    .moblie-phone{display:inline-block;}

}
@media screen and (max-width:640px){
    .language-select{display:none;}
}
@media screen and (max-width:480px){
    .web-search{display:none;}
}

/*header nav and logo*/
.navbar-brand{
  position:relative;
}
.navbar-brand h1{
  width:100%;
  height:100%;
  font-size:16px;
  text-indent:-999em;
  position:absolute;
  top:0;
  left:0;
}
@media screen and (max-width:991px){
    .navbar-brand{
        display: block;
        padding: 0;
        padding-left: 15px;
        padding-top: 10px;
        overflow: hidden;
        width: 41px;
        height: 60px;
        box-sizing: content-box;
    }
    /*实际上使用srcset的效果会比较好，但实际情况是实在是弄图片，咋简单咋来*/
    .top-logo{
        width:272px;
        height:auto;
    }
}
@media screen and (max-width:767px){
    .navbar-brand{padding-top:0;}
    .top-logo{margin-top:-5px;}
}

.navbar-default .navbar-nav > li > a{font-size:18px;}
@media screen and (min-width:768px){
    .navbar-default .navbar-nav > li > a{font-size:18px;padding:32px 15px;}
}
@media screen and (max-width:767px){
    .dropdown-menu a{text-align:left;}
}

/*header banner*/
.navbar-default{margin-bottom:0;}

.img-center img{width:100%;}
@media screen and (max-width:600px){
    .img-center{display:inline-block;margin-left:50%;}
    .img-center img{margin-left:-50%;width:600px;}
}

/*footer*/
/*footer top*/
.footer-top{
    border-top:2px solid #FFBC1C;
    background-color: #E9E9EB;
    padding:20px 0 40px 0;
}
.footer-top .title{
    font-size:18px;
    margin-bottom:10px;
}
.footer-top{
    line-height:2em;
    line-height:2em\9;
}

.footer-top-left li{
    width:100%;
}
.footer-top-middle li{
    width:100%;
}

.footer-top-right-bottom{margin-top:6px;}
.footer-top-right-bottom li{
    width:33%;
    max-width:100px;
    padding-right:20px;
    text-align: center;
}
@media screen and (max-width:560px){
    .footer-top-right-bottom li{width:50%;}
}
/*footer bottom*/
.footer-bottom{
    color:white;
    background-color:#0377C2;
    font-size:14px;
    position:relative;
}
.cm{
    display:inline-block;
    padding:0.8em 0;
}
.crhref{color:white;}
.friendLink{
    position: relative;
    cursor:default;
}
.footer-bottom .right-area>li{
    padding-top:0.8em;
    padding-bottom:0.8em;
}
.fl-list{
    position:absolute;
    right:0;
    bottom:3em;
    overflow-y: scroll;
    background-color: #fff;
    height:0;
    padding:0;
    border:0;
}

.friendLink:hover .fl-list{
    padding: 0 3em 0 .2em;
    border: 1px solid #ccc;
    border-right: 0;
    height:9em;
    -webkit-transition: height .3s;
    -moz-transition: height .3s;
    -ms-transition: height .3s;
    -o-transition: height .3s;
    transition: height .3s;
}
.fl-list a{
    display:inline-block;
    line-height:1.8;line-height:1.8\9;
    white-space: nowrap;
}
.footer-bottom .right-area .to-top{
    padding-left: 2.4em;
    padding-right: 2.4em;
    background: #006AAF;
    cursor: pointer;
    padding-top:2.3em;
    position:relative;
    margin-left:1em;
}

.footer-bottom .right-area .to-top:hover{background:#00609E;}
.to-top .font-img{
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    margin:auto;
    font-size:20px;
    width:20px;
    height:20px;
}

/*index column*/
.column{margin-top:60px;}
.column:last-child{}
/*index product*/
.column-title{
    text-align:center;
    margin-top:.8em;
    margin-bottom:1.2em;
}
.show-img-box{overflow: hidden;}
.hot-products .col-custom-max768{margin-bottom:20px;}
.show-img-box img{width:100%;height:auto;}
.show-img-box img:hover{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.show-img-box-title{
    text-align: center;
    margin-top:0;
    margin-bottom:0;
    padding: 15px 0;
    background: #ececec;
	font-size:15px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}
.show-img-box-title:hover{color:#0377c2;}
.hot-products .custom-a{display:block;color:#222;border: 1px solid #ececec;}

/*index news font-list*/
.list-group-item{font-size:16px;}
.recent-news .line-overHidden:hover{display:block;}
.recent-news .list-group-item{cursor:pointer;}
.index-title{
	font-size: 22px;
    margin-top: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: .6em;
    margin-bottom: 1em;
}
.custom-right{
    font-size:16px;
    float: right;
    margin-top: 5px;
}
/*index news product-case*/
.case-products{font-size:0;}
.case-products .title{text-align: center; margin-top:.4em;margin-bottom:.6em;width:100%;}
.case-products-carousels{background-color: #fff;}
#carousel-case-products{overflow: hidden;}
#carousel-case-products .col-lg-3{position:absolute;top:0;float:none;}
#case-products-prevId,#case-products-nextId{position:absolute;top:0;}
#case-products-prevId{left:15px;}
#case-products-nextId{right:15px;}
.font-img{font-family:'Glyphicons Halflings';}
#case-products-prevId .font-img,#case-products-nextId .font-img{
    position:absolute;
    top:30%;
    font-size:36px;
    color:#ccc;
    cursor:pointer;
}
#case-products-prevId .font-img{left:0;}
#case-products-nextId .font-img{right:0;}

/*index about*/
.intro_left_main{padding-top:120px;padding-left:60px;}
.introfont_title{font-size:18px; font-weight:bold; line-height:1.5em; line-height:1.5em/9;}
.introfont_smalltitle{font-size:12px; color:#545454;}
.introfont_content{ text-indent:2em; color:#545454;}
.introimg{padding-top:60px;}
.index_aboutimg{width:100%;}
.intro_right_main{margin-top:60px;padding-top:90px;padding-bottom:10px;background-color:#EEEEEE;}
.introidea_title{font-weight:600;}
.introidea_content{font-size:12px;color:#545454;}
.introidea{padding-bottom:120px;}
.introfont,.introimg{position:relative;}
.introlfbt,.introrfbt,.introrfbimg{position:absolute;}
.introlfbt{top:0;left:0;}
.introrfbt{top:0;left:0;}
.introrfbimg{right:15px;bottom:36px;border-top: 20px solid transparent;border-left: 20px solid transparent;}

@media screen and (max-width:767px){
    .small_title {margin-bottom:20px;}
    .introfont{ text-align:center;}
    .intro_left_main{padding-top:0; padding-left:0;}
    .introlfbt{display:none;}
    .index_aboutimg{width:80%;}
    .introimg{padding-top:15px; text-align:center;}
    .introidea{padding-bottom:0;}
    .intro_right_main{margin-top:15px; padding-top:15px; text-align:center;}
    .introrfbt{display:none;}
    .introrfbimg{display:none;}
}





/* 可以复用的部分 */
/* 内容页中名称和导航   标题和面包屑导航 */
.page-main-title-content{
    border-bottom:1px solid #8A8A8A;
    margin-bottom:30px;
}
.page-main-title .left-area{
    float:left;
    padding:0;
    margin:0;
    line-height:36px;
    line-height:36px\9;
}

.page-main-title .right-area{
    font-size:16px;
}

.page-main-title .right-area li{
    float:none;
    display:inline-block;
    line-height:36px;
    line-height:36px\9;
}

.page-main-title .custom-ul li:nth-child(2n){
    color:#D0D0D0;
}


.page-main-title .custom-ul li:last-child{
    color:#555555;
    cursor:default;
}

.page-main-title .custom-a{
    color:#222;
}

@media screen and (max-width:991px){
    .page-main-title .left-area{display:none;}
    .page-main-title .right-area{float:left;width:100%;white-space:nowrap;overflow:hidden;}
}



/* 产品内容页 */
/* 产品内容页   产品展示主体部分（非header and footer部分） */
.product-main{margin-top:70px;}
.product-main-message{overflow: hidden;padding-bottom:36px;}
@media screen and (min-width:1200px){
    .product-main-message .row{padding-left:380px;position:relative;height:361px;}
}
@media screen and (min-width:1200px){
    .product-message-middle{width:66.666667%;padding-left:30px;}
    .product-message-right{width:33.333333%}
}

/* 产品内容页	 产品信息展示 */
/* 产品内容页	 产品信息展示 产品图片展示 */
@media screen and (min-width:1200px){
    .product-message-left{position:absolute;top:0;left:0;width:380px;}
}
#product-img-show{min-height:100%;}
@media screen and (max-width:1199px){

}

/* 产品内容页	 产品信息展示 产品信息展示 */
.product-name{
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 16px;
    font-size:28px;
}
.product-price{
    display: inline-block;
    max-width: 100%;
    font-size: 16px;
    padding: .3em 1em .3em .3em;
    background: #ececec;
    margin-bottom: 16px;
    line-height:1.6;
    line-height:1.6\9;
}
.product-param-ul li{padding-left:7em;position:relative;height:2em;width:50%;box-sizing: border-box;font-size:16px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.product-param-name{position:absolute;top:0;left:0;width:7em;height:1.6em;line-height:1.6;
    line-height:1.6\9; text-align:justify;font-weight: bold;
}

.product-small-img-ul{margin-left:-6px;margin-right:-6px;margin-top:12px;}
.product-small-img-ul li{width:25%;padding-left:6px;padding-right:6px;}

.product-page-concat-us{margin-top:30px;}
.product-page-concat-us .left-area{
    width:50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.setpadding1em{padding-left:1em;padding-right:1em;}

.show-narrow{display:none;}
@media screen and (max-width:991px){
    .product-param-ul li{width:100%;}
    .show-narrow{display:inline;}
    .show-wide{display:none;}
    .zx a{padding-left:2em;padding-right:2em;}
}

@media screen and (max-width:767px){
    .product-message-left,.product-message-middle{float:none;width:490px;margin:0 auto;}
    .product-message-left{margin-bottom:30px;}
}
@media screen and (max-width:767px){
    .product-message-left,.product-message-middle{float:none;width:504px;margin:0 auto;}
    .product-message-left{margin-bottom:30px;}
    .product-param-ul li{width:50%;}
    .product-name{text-align: center;}
}

@media screen and (max-width:504px){
    .product-param-ul li{width:100%;}
    .product-name{text-align:left;}
    .product-message-left,.product-message-middle{width:100%;}
}



/* 产品内容页	 产品信息展示 相关产品 */
.product-message-right{font-size:0;text-align: center;}
.related-product{width:70%;float:right;padding-bottom:20px;background-color:#ececec;}
.related-product li{width:80%;margin:0 auto;float:none;}
.related-product-title{
    font-size: 14px;
    line-height: 1.6;
    margin: 8px 0 12px 0;
}
.related-product .custom-a{color:#222;}
.related-product .custom-a:hover{color:#428bca;}

/* 产品内容页 左侧导航栏和右侧内容*/
.product-main-nav-content{margin-bottom:20px;}
/* 产品内容页    左侧导航栏 */
.left-nav{margin-bottom:30px;}
.left-nav li{
    width: 100%;
    font-size: 16px;
    /*line-height: 50px;*/
    padding:15px;
    background: #eeeeee69;
    text-indent: .5em;
    cursor: pointer;
}
.left-nav li:hover{background:#eeeeee69;}
.left-nav a{display:block;font-size:15px; color:#000;}
.left-nav li.title{
    font-size:21px;
    background: #258DD8;
    cursor: default;
    color: #fff;
    font-size: 21px;
    text-align:center;
}
.left-nav .left-nav-type img{width:100%;height:auto;}
.left-nav .left-nav-type1 a .lic{display:inline-block;background:url(../img/lic.png) no-repeat;width:16px;height:16px;vertical-align: middle;padding-right:22px;} 
.left-nav-type{text-align:center;}
/* 产品内容页    右侧内容 */
.content{width:100%;overflow:hidden;font-size:16px;margin-bottom:40px;}
.content img{max-width:100%;}
.product-content-title{
    font-size: 21px;
    line-height: 50px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1em;
    font-weight: 500;
}
@media screen and (max-width:767px){
    .content{width:504px;margin:0 auto;}
}

@media screen and (max-width:504px){
    .content{width:100%;}
}

/*文字内容页面  大部分使用了productPage里面的css*/
.font-content-max-width{max-width:768px;margin-left:auto;margin-right:auto;width:100%;}
.font-title{font-size:16px;line-height:48px;line-height:48px\9;}
.font-title .page-main-title-content{margin-bottom:16px;}


/*文字列表   font-list */
.font-list .list-group-item{
    border-left: 0;
    border-right: 0;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.font-list .list-group-item:first-child{border-top:0;}
.font-list .list-group-item:nth-child(2n){background:#f5f5f5;}
.font-list{margin-bottom:40px;}

/*产品列表   img-list */
.img-list{margin-bottom:30px;}
.img-list-product{padding-top:6px;padding-left:6px;padding-right:6px;border:1px solid #ccc;}
.img-list .col-custom-max768{margin-bottom:30px;}
.img-list .ratio-show{cursor:default;}
.img-list-product-title{line-height:1.2;line-height:1.2\9;text-align: center;cursor:pointer;}
.img-list .ratio-show:hover{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

/* 关于我们 */
.about-banner-img{position:relative;overflow: hidden;}
.about-banner-fonts{position:absolute;
    width:36em;
    line-height:1.6;line-height:1.6\9;
    top: 3em;
    left: 10em;
    text-align: justify;
    background: rgba(3, 119, 194, 0.55);
    padding: 2em 1em;
    color:#fff;
}
@media screen and (max-width:1200px){
    .about-banner-fonts{left:3em;}
}

@media screen and (max-width:992px){
    .about-banner-fonts{left:2em;top:2em;padding:1em;}
}
@media screen and (max-width:768px){
    .about-banner-img .width-full{width:768px;}
}
@media screen and (max-width:640px){
    .about-banner-fonts{
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 1em 2em;
    }
}

.circle-column{margin-top:120px;margin-bottom:80px;}
.circle-column .ratio-box{overflow: hidden;}
.circle-outline{
    border-radius: 50%;
    border: 12px solid #258DD8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.marginWidth150px{max-width:150px;width:100%;margin:0 auto;}
.left-cover,.right-cover{
    position:absolute;
    top:0;
    height:100%;
    width:50%;
    z-index:10;
    overflow: hidden;
}
.circle-show-ovhd{
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    overflow: hidden;
}
.left-cover{
    left:0;
}
.right-cover{
    right:0;
}
.right-cover-transform,.left-cover-transform{
    width:100%;
    height:100%;
    background-color: #ccc;
}
.right-cover-transform{
    -webkit-transform-origin:left 50%;
    -moz-transform-origin:left 50%;
    -ms-transform-origin:left 50%;
    -o-transform-origin:left 50%;
    transform-origin:left 50%;
}
.left-cover-transform{
    -webkit-transform-origin:right 50%;
    -moz-transform-origin:right 50%;
    -ms-transform-origin:right 50%;
    -o-transform-origin:right 50%;
    transform-origin:right 50%;
}
.circle-cover{
    position:absolute;
    top:12px;
    left:12px;
    right:12px;
    bottom:12px;
    z-index:20;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    background-color: #fff;
}
.one .right-cover-transform{
    -webkit-transform: rotate(36deg);
    -moz-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    -o-transform: rotate(36deg);
    transform: rotate(36deg);
}

.two .right-cover-transform{
    -webkit-transform: rotate(156deg);
    -moz-transform: rotate(156deg);
    -ms-transform: rotate(156deg);
    -o-transform: rotate(156deg);
    transform: rotate(156deg);
}
.three .right-cover-transform{
    display:none;
}
.three .left-cover-transform{
    -webkit-transform: rotate(72deg);
    -moz-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    -o-transform: rotate(72deg);
    transform: rotate(72deg);
}
.four .right-cover-transform{
    display:none;
}
.four .left-cover-transform{
    -webkit-transform: rotate(58deg);
    -moz-transform: rotate(58deg);
    -ms-transform: rotate(58deg);
    -o-transform: rotate(58deg);
    transform: rotate(58deg);
}
.circle-title{text-align:center;font-size:16px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.circle-cover{line-height:126px;line-height:126px\9;text-align:center;font-size:24px;color:#258DD8;font-weight:bold;cursor:default;}
.fonts-explain{text-align:center;background:#F2F2F2;padding-top:40px;padding-bottom:40px;}
.p1{font-size:28px;margin-bottom:30px;font-weight: bold;}
.p1-info{font-size:21px;margin-bottom:16px;}
.p1-content{color:#6A6A6A;}
.p-hr{margin-top:60px;margin-bottom:40px;border-top-color:#ccc;}
.p2{font-size:20px;font-weight:bold;margin-top:20px;margin-bottom:30px;}
.p2-info{margin-bottom:26px;}
.fonts-explain-img-content{margin-bottom:20px;}
@media screen and (max-width:768px){
    .fonts-explain-img-content{
        line-height: 1.6;
        line-height: 1.6\9;
        height:4.8em;
        overflow: hidden;
    }
}
@media screen and (max-width:520px){
    .fonts-explain-img-content{
        line-height: 1.6;
        line-height: 1.6\9;
        height:6.4em;
        overflow: hidden;
    }
}

@media screen and (max-width:420px){
    .fonts-explain-img-content{
        line-height: 1.6;
        line-height: 1.6\9;
        height:8em;
        overflow: hidden;
    }
}
.contact-main{margin-top:60px;}
.contact-title{text-align: center;margin-bottom:.8em;}
.contact-title-info{text-align:center;}
.list-img{margin-top:40px;margin-bottom:60px;}
.install-img-div{padding-left:150px;height:120px;overflow:hidden;margin-top:40px;margin-bottom:40px;}
.install-circle-description{top:0;left:0;height:120px;width:120px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    background-color: #2E99EB;
    background-position: center center;
    background-repeat: no-repeat;
}
.bg-img1{background-image: url("../img/a1.png");}
.bg-img2{background-image: url("../img/a2.png");}
.bg-img3{background-image: url("../img/a3.png");}
.bg-img4{background-image: url("../img/a4.png");}

.install-column{margin-top:40px;}
.install-column .col-xs-6:nth-child(2n-1){
    border-right:1px solid #ccc;
}
.border-bottom{border-bottom:1px solid #ccc;}

.install-column .row{margin-top:40px;margin-bottom:40px;}
.install-fonts h4{font-weight:bold;margin-top:.8em;margin-bottom:1.2em;}
.install-content{font-size:16px;}

@media screen and (max-width:991px){
    .install-img-div{padding:0;height:auto;}
    .install-circle-description{position:static;margin:0 auto;}
    .install-fonts{text-align:center;}
    .install-fonts h4{margin-top:1.2em;margin-bottom:.8em;}
}

@media screen and (max-width:670px){
    .install-content{line-height: 1.6em;line-height: 1.6em\9;height:4.8em;}
}
@media screen and (max-width:470px){
    .install-column .col-xs-6{width:100%;}
    .install-column .col-xs-6:nth-child(2n-1){border-right:0;}
    .border-bottom{border:0;}
}
.int1{text-align: center;}
.int1-info{text-align:center;}

.one-for-five{width:20%;float:left;text-align: center;margin-bottom:20px;}
.contact-img{width:100px;height:100px;margin:0 auto;background-position: center center; background-repeat: no-repeat;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    background-color:#3671cf;
}
.c-bg-img1{background-image: url("../img/c1.png");}
.c-bg-img2{background-image: url("../img/c2.png");}
.c-bg-img3{background-image: url("../img/c3.png");}
.c-bg-img4{background-image: url("../img/c4.png");}
.contact-img-wx{width:100px;height:100px;margin:0 auto;background-position: center center;background-repeat: no-repeat;}
.contact-img-wx{background-image: url("../img/weixin.jpg");}
.one-for-five h4{font-weight:bold;margin-top:.8em; margin-bottom:.4em;}
.contact-info{color:#686868;}

@media screen and (max-width:768px){
    .contact-wx{display:none;}
    .one-for-five{width:25%;}
}
@media screen and (max-width:560px){
    .one-for-five{width:50%;}
}
.map-show{margin-left:auto;margin-right:auto;width:100%;margin-bottom:60px;}

.about-banner-fonts h4{text-indent:.6em;}


/*返回顶部*/
.cbbfixed {
    position: fixed;
    right: 10px;
    transition: bottom ease .3s;
    bottom: 10px;
    z-index: 3;
    cursor:pointer;
}
.cbbfixed .cbbtn {
    width: 40px;
    height: 40px;
    display: block;
    background-color: #2c2d2e;
}
.cbbfixed .gotop {
    transition: background-color ease .3s;
    margin-top: 1px;
}
.cbbfixed .gotop .up-icon{
    float:left;
    margin:14px 0 0 9px;
    width:23px;
    height:12px;
    background: url(../images/side-icon02.png);
}
.cbbfixed .gotop:hover {
    background-color:#2c2d2e;
}
.cbbfixed .cweixin {
    background: #cfd0d2;
}
.cbbfixed .cweixin div {
    background: url(../images/weixin.png);
    width: 145px;
    height: 145px;
    position: absolute;
    left: -146px;
    top: -100px;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    transform-origin: 100% 70%;
    -webkit-transform-origin: 100% 70%;
    transition: transform ease .3s,opacity ease .3s;
    -webkit-transition: all ease .3s;
    display:none\0;*display:none;
}
.cbbfixed .cweixin:hover div {
    display: block;
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    *display:block;
}
.cbbfixed .cweixin .weixin-icon{
    float: left;
    margin:12px 0 0 11px;
    width:18px;
    height: 18px;
    background: url(../images/side-icon01.png);
}
/*返回顶部*/
.article-font-title{
	font-weight:300;
	color:#222;    
	text-align: center;
    margin-top: 1.2em;
    margin-bottom: .8em;
font-size: 28px;
}
.prev-next{margin-top:20px;}

.red{color:#ff5757;}
.introrfbimg{display:none;}
.about-banner-fonts{display:none;}
.friend-link-div {
    text-align: left;
    margin-bottom: 20px;
    padding-left: 5em;
    position: relative;
}
.friend-title {
    position: absolute;
    top: 0;
    left: 0;
}
.friend-link-div a {
    padding: 0 10px 0;
    color: #FFFFFF;
}
.font-list-box-padding{padding-right:7.2em;}
.font-list-box-padding .font-list-create-time{margin-top:10px;top:0;} 
.column-title{font-size:36px;}
.font-list-box-content{display:block;overflow:hidden;text-overflow: ellipsis;}
.hot-products .ratio-w4h3{}


.bh{
    display: none;
    position: fixed;
    bottom: 23%;
    right: 6px;
    z-index: 9999;
}
@media screen and (max-width:750px){
    .bh{
        display: block;
    }
}